Skip to main content
POST
/
action
/
company_research_v2_track_company
[CR6] Track Company
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/company_research_v2_track_company \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "output_variable_name": "tracked_company",
  "domain": "<string>",
  "company_id": "<string>",
  "is_favorite": false,
  "tags": "<string>"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
output_variable_name
string
default:tracked_company
required

Variable name for the tracking result.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
domain
string

Domain of the company to track.

company_id
string

Alternatively, provide the company ID.

is_favorite
boolean
default:false

Add to favorites for priority monitoring.

tags
string

Comma-separated tags (e.g., 'competitor, prospect').

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action